home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGMISC / XLISP.LZH / README.1ST < prev    next >
Text File  |  1987-01-11  |  4KB  |  94 lines

  1. XLISP version 1.7
  2. June 13, 1986
  3.  
  4. README   1ST    This file
  5. XLISPDOC ARC    XLISP documentation
  6. XLISPEXE ARC    XLISP executable files (archive)
  7. XLISPLSP ARC    Sample XLISP programs (archive)
  8. XLISPSRC ARC    XLISP source code (archive)
  9. DEARC    COM    File dearchiver program
  10.  
  11. To extract the XLISP documentation files from the XLISPDOC.ARC archive, type
  12. the following command:
  13.  
  14.     dearc xlispdoc
  15.  
  16. To extract the XLISP executable files from the XLISPEXE.ARC archive, type the
  17. following command:
  18.  
  19.     dearc xlispexe
  20.  
  21. To extract the XLISP sample programs from the XLISPLSP.ARC archive, type the
  22. following command:
  23.  
  24.     dearc xlisplsp
  25.  
  26. To extract the XLISP source code from the XLISPSRC.ARC archive, type the
  27. following command:
  28.  
  29.     dearc xlispsrc
  30.  
  31. The XLISPDOC.ARC archive contains the following files:
  32.  
  33. Name          Length    Date     
  34. ============  ========  =========
  35. PCFUN.DOC          996   6 Jan 86    PC specific documentation
  36. XLISP.DOC        65770  13 Jun 86    Generic XLISP documentation
  37.  
  38. The XLISPEXE.ARC archive contains the following files:
  39.  
  40. Name          Length    Date     
  41. ============  ========  =========
  42. XLISPMS.EXE      85840  13 Jun 86    Generic MS-DOS version
  43. XLISPPC.EXE      90880  13 Jun 86    PC-DOS version
  44.  
  45. The XLISPLSP.ARC archive contains the following files:
  46.  
  47. Name          Length    Date     
  48. ============  ========  =========
  49. ART.LSP           2404  29 Jun 85    Code from my BYTE article
  50. FACT.LSP            81   6 Jan 86    Factorial function
  51. FIB.LSP             98   6 Jan 86    Fibonacci function
  52. INIT.LSP          2086  13 Jun 86    Initialization
  53. PCTURTLE.LSP      3635   6 Jan 86    PC-DOS turtle graphic demo
  54. PP.LSP            5632  24 Jun 85    Pretty printer
  55. PROLOG.LSP        4408   6 Jan 86    Simple prolog interpreter
  56. PT.LSP            3899   6 Jan 86    Programmable turtle demo
  57. TRACE.LSP          676   6 Jan 86    Simple trace package
  58.  
  59. The XLISPSRC.ARC archive contains the following files:
  60.  
  61. Name          Length    Date     
  62. ============  ========  =========
  63. XLISP.H          10030  26 May 86    XLISP definitions
  64. XLBFUN.C          9692  17 May 86    Basic built-in functions
  65. XLCONT.C         20470  17 May 86    Special forms
  66. XLDBUG.C          4295   1 Jun 86    Debugging support
  67. XLDMEM.C         11153   1 Jun 86    Dynamic memory support
  68. XLEVAL.C          8319  17 May 86    Evaluator
  69. XLFIO.C           6708  17 May 86    File I/O functions
  70. XLFTAB.C          8050  13 Jun 86    Function table
  71. XLGLOB.C          2507  25 May 86    Global variables
  72. XLINIT.C          3995   5 Apr 86    Initialization code
  73. XLIO.C            3098   6 Apr 86    Low level I/O routines
  74. XLISP.C           3060   1 Jun 86    Main routine
  75. XLJUMP.C          3131  17 May 86    Non-local transfer routines
  76. XLLIST.C         19012  17 May 86    List functions
  77. XLMATH.C         11041   6 May 86    Math functions
  78. XLOBJ.C          12042  17 May 86    Object-oriented programming support
  79. XLPRIN.C          3595   5 Oct 85    Printer
  80. XLREAD.C         14943  17 May 86    Reader
  81. XLSTR.C           2658  13 Apr 86    String functions
  82. XLSUBR.C          4824  17 May 86    Built-in function support code
  83. XLSYM.C           5020  17 May 86    Symbol table functions
  84. XLSYS.C           4762   1 Jun 86    System functions
  85. LSTKSIZ.C          122   9 Mar 86    Runtime stack size definitions
  86. MSSTUFF.C         3915   1 Jun 86    Generic MS-DOS specific code
  87. PCSTUFF.C         7476   1 Jun 86    PC-DOS specific code
  88. STUFF.C            696  26 May 86    OS specific code template
  89. COMPILE.BAT        334   9 Mar 86    Batch file to compile XLISP
  90. XLISPMS.LNK        236   1 Jun 86    Link command file for MS-DOS version
  91. XLISPPC.LNK        244   1 Jun 86    Link command file for PC-DOS version
  92.  
  93.  
  94.